home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / rexx / rndfile11.readme < prev    next >
Encoding:
Text File  |  1994-06-28  |  1.9 KB  |  56 lines

  1. Short: Run a command on a randomly chosen file
  2. Type: util/rexx
  3. Uploader: ac368@leo.nmc.edu (Bill Bereza)
  4. Author: ac368@leo.nmc.edu (Bill Bereza)
  5.  
  6. /*
  7. **
  8. **  rndfile 1.1
  9. **  By Bill Bereza  bereza@beech.csis.gvsu.edu  ac368@leo.nmc.edu
  10. **  $VER: rndfile 1.1 (16.3.94)
  11. **
  12. **  based on RXBlank by Brian C. Berg
  13. **
  14. **  Usage: rndfile <path> [command [options]] [ALL|DIR|FILE]
  15. **
  16. **  Examples:
  17. **      RX rndfile Sounds:Samples/
  18. **          uses default command on a file in that directory
  19. **
  20. **      RX rndfile Sounds:Samples/ delete All
  21. **          uses delete command on a random File OR Directory in that dir
  22. **
  23. **      RX rndfile Sounds:Samples/ Multiview SCREEN FILE
  24. **          uses Multiview program on a random File with SCREEN option in that dir
  25. **
  26. **  Disclaimer: Don't blame me if you randomly screw something up.
  27. **              By executing this script you take your life and your
  28. **              files into your own hands.
  29. **
  30. **  ObLegal:    This script is freeware. Do what you like with it.
  31. **              If you use part of this, at least give me some
  32. **              credit|blame.
  33. **
  34. **  Note:       The program strips '.info' files out of this list of files
  35. **              to be randomly chosen from.
  36. **              I think randomly doing something to just a '.info' would
  37. **              be pointless.
  38. **
  39. **  History:    1.1 Fixed instructions/comments
  40. **
  41. **              1.0 Wrote program mainly for Amiga users on alt.tv.animaniacs
  42. **                  just because it could be done alot easier than some bogosity
  43. **                  for clones called SPIN.EXE.
  44. */
  45.  
  46.  
  47.  
  48. ============================= Archive contents =============================
  49.  
  50. Original  Packed Ratio    Date     Time    Name
  51. -------- ------- ----- --------- --------  -------------
  52.     5412    1928 64.3% 16-Mar-94 18:34:56  rndfile
  53.     1585     717 54.7% 16-Mar-94 23:08:18  rndfile11.readme
  54. -------- ------- ----- --------- --------
  55.     6997    2645 62.1% 20-Mar-94 22:31:36   2 files
  56.